home *** CD-ROM | disk | FTP | other *** search
- ; help4
- ct
- print "' Control Commands'
- cursor 1 3
- print "'EDit procname ...
- print "'EDit ALL
- print "'END
- print "'ERROR message
- print "'goodBYE
- print "'IF condition THEN action
- print "'IF condition THEN action1 ELSE action2
- print "'IF condition [action]
- print "'IF condition [action1] [action2]
- print "'IFFALSE action
- print "'IFTRUE action
- print "'LOCAL variablename
- print "'MAKE variablename value
- print "'OUTPUT value
- print "'RANDOMIZE number
- print "'REPEAT number list
- print "'RUN list
- print "'STOP
- print "'TEST condition
- print "'TOPLEVEL
- cursor 1 24
- type "'Press any key to continue '
- make "helpvar rc
- ername "helpvar
- ct